home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TDEFTRIGGER / TDEFTRIGGER.txt < prev   
Text File  |  1996-08-04  |  30KB  |  1,074 lines

  1. object DefTrigger: TDefTrigger
  2.   Left = 109
  3.   Top = 107
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Triggers'
  7.   ClientHeight = 403
  8.   ClientWidth = 593
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   ShowHint = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnDeactivate = FormDeactivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 32
  24.     Width = 92
  25.     Height = 13
  26.     Caption = 'Stored Triggers:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 48
  31.     Width = 150
  32.     Height = 13
  33.     Caption = 'Click on a trigger below to edit it'
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 208
  42.     Top = 32
  43.     Width = 17
  44.     Height = 361
  45.     Shape = bsLeftLine
  46.   end
  47.   object Image1: TImage
  48.     Left = 216
  49.     Top = 32
  50.     Width = 32
  51.     Height = 32
  52.     AutoSize = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 261
  56.     Top = 40
  57.     Width = 28
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'Class:'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object PatLabel: TLabel
  68.     Left = 252
  69.     Top = 66
  70.     Width = 37
  71.     Height = 13
  72.     Alignment = taRightJustify
  73.     Caption = 'Pattern:'
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object Label5: TLabel
  81.     Left = 239
  82.     Top = 90
  83.     Width = 50
  84.     Height = 13
  85.     Alignment = taRightJustify
  86.     Caption = 'Command:'
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.   end
  93.   object EnableBut: TSpeedButton
  94.     Left = 296
  95.     Top = 112
  96.     Width = 92
  97.     Height = 27
  98.     AllowAllUp = True
  99.     GroupIndex = 1
  100.     Caption = 'Disabled'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     OnClick = EnableButClick
  107.   end
  108.   object Bevel2: TBevel
  109.     Left = 208
  110.     Top = 234
  111.     Width = 377
  112.     Height = 17
  113.     Shape = bsTopLine
  114.   end
  115.   object Label6: TLabel
  116.     Left = 224
  117.     Top = 242
  118.     Width = 112
  119.     Height = 13
  120.     Caption = 'Enter text to test trigger:'
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ParentFont = False
  126.   end
  127.   object MatchText: TLabel
  128.     Left = 336
  129.     Top = 308
  130.     Width = 244
  131.     Height = 13
  132.     Caption = 'Matching portion of test pattern is highlighted above'
  133.     Font.Color = clBlack
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ParentFont = False
  138.     Visible = False
  139.   end
  140.   object MatchYes: TLabel
  141.     Left = 336
  142.     Top = 292
  143.     Width = 126
  144.     Height = 13
  145.     Caption = 'PATTERN MATCHES!'
  146.     Font.Color = clGreen
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = [fsBold]
  150.     ParentFont = False
  151.     Visible = False
  152.   end
  153.   object MatchNo: TLabel
  154.     Left = 336
  155.     Top = 292
  156.     Width = 133
  157.     Height = 13
  158.     Caption = 'Pattern does not match'
  159.     Font.Color = clMaroon
  160.     Font.Height = -11
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = [fsBold]
  163.     ParentFont = False
  164.     Visible = False
  165.   end
  166.   object P1txt: TLabel
  167.     Left = 224
  168.     Top = 330
  169.     Width = 14
  170.     Height = 13
  171.     Caption = '%1'
  172.     Font.Color = clBlack
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     Visible = False
  178.   end
  179.   object P2txt: TLabel
  180.     Left = 416
  181.     Top = 330
  182.     Width = 14
  183.     Height = 13
  184.     Caption = '%2'
  185.     Font.Color = clBlack
  186.     Font.Height = -11
  187.     Font.Name = 'MS Sans Serif'
  188.     Font.Style = []
  189.     ParentFont = False
  190.     Visible = False
  191.   end
  192.   object P3txt: TLabel
  193.     Left = 224
  194.     Top = 354
  195.     Width = 14
  196.     Height = 13
  197.     Caption = '%3'
  198.     Font.Color = clBlack
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ParentFont = False
  203.     Visible = False
  204.   end
  205.   object P4txt: TLabel
  206.     Left = 416
  207.     Top = 354
  208.     Width = 14
  209.     Height = 13
  210.     Caption = '%4'
  211.     Font.Color = clBlack
  212.     Font.Height = -11
  213.     Font.Name = 'MS Sans Serif'
  214.     Font.Style = []
  215.     ParentFont = False
  216.     Visible = False
  217.   end
  218.   object P5txt: TLabel
  219.     Left = 224
  220.     Top = 378
  221.     Width = 14
  222.     Height = 13
  223.     Caption = '%5'
  224.     Font.Color = clBlack
  225.     Font.Height = -11
  226.     Font.Name = 'MS Sans Serif'
  227.     Font.Style = []
  228.     ParentFont = False
  229.     Visible = False
  230.   end
  231.   object P6txt: TLabel
  232.     Left = 416
  233.     Top = 378
  234.     Width = 14
  235.     Height = 13
  236.     Caption = '%6'
  237.     Font.Color = clBlack
  238.     Font.Height = -11
  239.     Font.Name = 'MS Sans Serif'
  240.     Font.Style = []
  241.     ParentFont = False
  242.     Visible = False
  243.   end
  244.   object LedOff: TImage
  245.     Left = 256
  246.     Top = 117
  247.     Width = 32
  248.     Height = 32
  249.     AutoSize = True
  250.     Picture.Data = {<image000.ico>}
  251.     Visible = False
  252.   end
  253.   object LedOn: TImage
  254.     Left = 256
  255.     Top = 117
  256.     Width = 32
  257.     Height = 32
  258.     AutoSize = True
  259.     Picture.Data = {<image001.ico>}
  260.     Visible = False
  261.   end
  262.   object Label7: TLabel
  263.     Left = 8
  264.     Top = 62
  265.     Width = 111
  266.     Height = 13
  267.     Caption = 'Double-click to toggle it'
  268.     Font.Color = clBlack
  269.     Font.Height = -11
  270.     Font.Name = 'MS Sans Serif'
  271.     Font.Style = []
  272.     ParentFont = False
  273.   end
  274.   object LockPat: TSpeedButton
  275.     Left = 224
  276.     Top = 264
  277.     Width = 20
  278.     Height = 20
  279.     Hint = 'Lock Sample pattern computation|'
  280.     AllowAllUp = True
  281.     GroupIndex = 2
  282.     Glyph.Data = {
  283.       90020000424D9002000000000000760000002800000040000000100000000100
  284.       0400000000000002000000000000000000000000000000000000000000000000
  285.       80000080000000808000800000008000800080800000C0C0C000808080000000
  286.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000003
  287.       333333333F888883FF3333333F888883FF333333330000033333333300777770
  288.       0333333388333F3883F3333388333F3883F33333007777700333333088780878
  289.       8033333833338F33383F333833338F33383F3330887808788033330777780877
  290.       7703338F33338F33338F338F33338F33338F3307777808777703330888770778
  291.       8803338F33338FF3338F338F33338FF3338F3308887707788803330777700077
  292.       7703338F333888F3338F338F333888F3338F3307777000777703330888800088
  293.       8803338F33388833338F338F33388833338F3308888000888803B30777777777
  294.       77033383FFFFFFFFFF833383FFFFFFFFFF8333077777777777033B3000000000
  295.       003333388888888888333338888888888833333000000000003333BBBB333307
  296.       0333333333F3338F8F3333338F8F338F8F333333070333070333BBBB808BB307
  297.       03333333383F338F8F3333338F8F338F8F33333307033307033333BB07033307
  298.       033333338F8F338F8F3333338F83FF838F3333330703330703333B3B07033307
  299.       033333338F83FF838F33333383F8883383333333887000788333B33B88700078
  300.       8333333383F8883383333333383FFFF833333333307777703333333B30777770
  301.       33333333383FFFF8333333333388888333333333330000033333333B33000003
  302.       3333333333888883333333333333333333333333333333333333000000000000
  303.       0000000000000000000000000000000000000000}
  304.     NumGlyphs = 4
  305.   end
  306.   object SpeedButton1: TSpeedButton
  307.     Left = 296
  308.     Top = 88
  309.     Width = 20
  310.     Height = 20
  311.     Hint = 'Edit command|'
  312.     Glyph.Data = {
  313.       78010000424D7801000000000000760000002800000020000000100000000100
  314.       04000000000000000000120B0000120B00000000000000000000000000000000
  315.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  316.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  317.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  318.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  319.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  320.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  321.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  322.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  323.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  324.       00333377737FFFFF7733333033000000033333373377777773330000}
  325.     NumGlyphs = 2
  326.     OnClick = SpeedButton1Click
  327.   end
  328.   object Inh: TLabel
  329.     Left = 296
  330.     Top = 152
  331.     Width = 188
  332.     Height = 13
  333.     Caption = 'Inherited from parent settings file'
  334.     Font.Color = clRed
  335.     Font.Height = -11
  336.     Font.Name = 'MS Sans Serif'
  337.     Font.Style = [fsBold]
  338.     ParentFont = False
  339.     Visible = False
  340.   end
  341.   object OKBtn: TBitBtn
  342.     Left = 296
  343.     Top = 198
  344.     Width = 92
  345.     Height = 27
  346.     Caption = 'OK'
  347.     Font.Color = clBlack
  348.     Font.Height = -11
  349.     Font.Name = 'MS Sans Serif'
  350.     Font.Style = []
  351.     ModalResult = 1
  352.     ParentFont = False
  353.     TabOrder = 6
  354.     OnClick = OKBtnClick
  355.     Margin = 2
  356.     NumGlyphs = 2
  357.     Spacing = -1
  358.     IsControl = True
  359.   end
  360.   object CancelBtn: TBitBtn
  361.     Left = 395
  362.     Top = 198
  363.     Width = 92
  364.     Height = 27
  365.     Cancel = True
  366.     Caption = 'Cancel'
  367.     Font.Color = clBlack
  368.     Font.Height = -11
  369.     Font.Name = 'MS Sans Serif'
  370.     Font.Style = []
  371.     ModalResult = 2
  372.     ParentFont = False
  373.     TabOrder = 7
  374.     OnClick = CancelBtnClick
  375.     Margin = 2
  376.     NumGlyphs = 2
  377.     Spacing = -1
  378.     IsControl = True
  379.   end
  380.   object HelpBtn: TBitBtn
  381.     Left = 494
  382.     Top = 198
  383.     Width = 92
  384.     Height = 27
  385.     HelpContext = 104
  386.     Caption = '&Help'
  387.     Font.Color = clBlack
  388.     Font.Height = -11
  389.     Font.Name = 'MS Sans Serif'
  390.     Font.Style = []
  391.     ParentFont = False
  392.     TabOrder = 8
  393.     Margin = 2
  394.     NumGlyphs = 2
  395.     Spacing = -1
  396.     IsControl = True
  397.   end
  398.   object TrigPattern: TEdit
  399.     Left = 296
  400.     Top = 64
  401.     Width = 289
  402.     Height = 21
  403.     Font.Color = clBlack
  404.     Font.Height = -11
  405.     Font.Name = 'MS Sans Serif'
  406.     Font.Style = []
  407.     ParentFont = False
  408.     TabOrder = 2
  409.     OnChange = TrigPatternChange
  410.   end
  411.   object TrigCom: TEdit
  412.     Left = 320
  413.     Top = 88
  414.     Width = 265
  415.     Height = 21
  416.     Font.Color = clBlack
  417.     Font.Height = -11
  418.     Font.Name = 'MS Sans Serif'
  419.     Font.Style = []
  420.     ParentFont = False
  421.     TabOrder = 3
  422.     OnChange = TrigComChange
  423.   end
  424.   object WaitCR: TCheckBox
  425.     Left = 472
  426.     Top = 112
  427.     Width = 113
  428.     Height = 17
  429.     Alignment = taLeftJustify
  430.     Caption = 'Trigger on Newline'
  431.     Font.Color = clBlack
  432.     Font.Height = -11
  433.     Font.Name = 'MS Sans Serif'
  434.     Font.Style = []
  435.     ParentFont = False
  436.     TabOrder = 9
  437.     OnClick = WaitCRClick
  438.   end
  439.   object Inited: TCheckBox
  440.     Left = 459
  441.     Top = 128
  442.     Width = 126
  443.     Height = 17
  444.     Alignment = taLeftJustify
  445.     Caption = 'Enable when Loaded'
  446.     Font.Color = clBlack
  447.     Font.Height = -11
  448.     Font.Name = 'MS Sans Serif'
  449.     Font.Style = []
  450.     ParentFont = False
  451.     TabOrder = 10
  452.     OnClick = InitedClick
  453.   end
  454.   object TestPat: TEdit
  455.     Left = 248
  456.     Top = 264
  457.     Width = 337
  458.     Height = 21
  459.     Font.Color = clBlack
  460.     Font.Height = -11
  461.     Font.Name = 'MS Sans Serif'
  462.     Font.Style = []
  463.     ParentFont = False
  464.     TabOrder = 4
  465.   end
  466.   object BitBtn1: TBitBtn
  467.     Left = 224
  468.     Top = 292
  469.     Width = 105
  470.     Height = 29
  471.     Caption = '&Test Trigger'
  472.     Default = True
  473.     Font.Color = clBlack
  474.     Font.Height = -11
  475.     Font.Name = 'MS Sans Serif'
  476.     Font.Style = []
  477.     ParentFont = False
  478.     TabOrder = 5
  479.     OnClick = BitBtn1Click
  480.     Glyph.Data = {
  481.       CE070000424DCE07000000000000360000002800000024000000120000000100
  482.       1800000000009807000000000000000000000000000000000000007F7F007F7F
  483.       007F7F007F7F007F7F007F7F007F7F007F7F7F7F007F7F00007F7F007F7F007F
  484.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  485.       7F7F007F7FFFFFFFFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  486.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F007F00
  487.       007F00007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  488.       7F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F007F7F
  489.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  490.       7F007F7F007F7FFFFF007F7F007F7F007F0000007F7F007F7F007F7F007F7F00
  491.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF
  492.       007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  493.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7FFFFF007F7F007F7F0000
  494.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  495.       007F7F007F7F7F7F7FFFFFFFFFFFFF7F7F7FFFFFFF007F7F007F7F007F7F007F
  496.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  497.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  498.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F
  499.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  500.       7F7F007F7F007F7F007F7F007F7F7F00007F00007F7F00007F7F007F7F007F7F
  501.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  502.       7F007F7FFFFFFFFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  503.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F007F7F007F7F00
  504.       7F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  505.       7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7FFFFFFF007F7F007F7F00
  506.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  507.       007F7FFFFF007F7F007F7F007F0000007F7F007F7F007F7F007F7F007F7F007F
  508.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F7F
  509.       7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  510.       007F7F007F7F007F7F007F7F007F7FFFFF007F7F007F7F007F7F007F0000007F
  511.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  512.       7F7F7F7F7FFFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
  513.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7FFFFF
  514.       007F7F007F7F007F7F007F0000007F7F007F7F007F7F007F7F007F7F007F7F00
  515.       7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF
  516.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  517.       7F007F7F007F7F007F7F007F7FFFFF007F7F007F7F007F7F007F0000007F7F00
  518.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  519.       FFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F
  520.       7F007F7F007F7F007F7F007F7F7F00007F0000007F7F007F7F007F7FFFFF007F
  521.       7F007F7F007F7F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  522.       007F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F
  523.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F007F7F007F7F007F
  524.       0000007F7F007F7F007F7FFFFF007F7F007F7F007F0000007F7F007F7F007F7F
  525.       007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFF
  526.       FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  527.       7F7FFFFF007F7F007F7F007F7F007F00007F00007F00007F7F007F7F007F7F00
  528.       7F0000007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F7F7F
  529.       7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
  530.       7F7F007F7F007F7F007F7F007F7F007F7FFFFF007F7F007F7F007F7F007F7F00
  531.       7F7F007F7F007F7F007F7F007F7F00007F7F007F7F007F7F007F7F007F7F007F
  532.       7F7F7F7FFFFFFF007F7F007F7F7F7F7F7F7F7F7F7F7F007F7F007F7F007F7F7F
  533.       7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  534.       FFFF00FFFF007F7F007F7F007F7F007F7F007F7F007F7F00007F7F007F7F007F
  535.       7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFFFFFFFF007F7F007F7F00
  536.       7F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F
  537.       007F7F007F7F007F7F007F7F007F7F007F7FFFFF00FFFF00FFFF00FFFF00FFFF
  538.       00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F
  539.       7F7F7F7F7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
  540.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  541.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  542.       7F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  543.       007F7F007F7F007F7F007F7F007F7F007F7F}
  544.     Margin = 2
  545.     NumGlyphs = 2
  546.     Spacing = -1
  547.     IsControl = True
  548.   end
  549.   object P1: TEdit
  550.     Left = 248
  551.     Top = 328
  552.     Width = 145
  553.     Height = 21
  554.     TabStop = False
  555.     Color = clBtnFace
  556.     Font.Color = clBlack
  557.     Font.Height = -11
  558.     Font.Name = 'MS Sans Serif'
  559.     Font.Style = []
  560.     ParentFont = False
  561.     ReadOnly = True
  562.     TabOrder = 11
  563.     Visible = False
  564.   end
  565.   object P2: TEdit
  566.     Left = 440
  567.     Top = 328
  568.     Width = 145
  569.     Height = 21
  570.     TabStop = False
  571.     Color = clBtnFace
  572.     Font.Color = clBlack
  573.     Font.Height = -11
  574.     Font.Name = 'MS Sans Serif'
  575.     Font.Style = []
  576.     ParentFont = False
  577.     ReadOnly = True
  578.     TabOrder = 12
  579.     Visible = False
  580.   end
  581.   object P3: TEdit
  582.     Left = 248
  583.     Top = 352
  584.     Width = 145
  585.     Height = 21
  586.     TabStop = False
  587.     Color = clBtnFace
  588.     Font.Color = clBlack
  589.     Font.Height = -11
  590.     Font.Name = 'MS Sans Serif'
  591.     Font.Style = []
  592.     ParentFont = False
  593.     ReadOnly = True
  594.     TabOrder = 13
  595.     Visible = False
  596.   end
  597.   object P4: TEdit
  598.     Left = 440
  599.     Top = 352
  600.     Width = 145
  601.     Height = 21
  602.     TabStop = False
  603.     Color = clBtnFace
  604.     Font.Color = clBlack
  605.     Font.Height = -11
  606.     Font.Name = 'MS Sans Serif'
  607.     Font.Style = []
  608.     ParentFont = False
  609.     ReadOnly = True
  610.     TabOrder = 14
  611.     Visible = False
  612.   end
  613.   object P5: TEdit
  614.     Left = 248
  615.     Top = 376
  616.     Width = 145
  617.     Height = 21
  618.     TabStop = False
  619.     Color = clBtnFace
  620.     Font.Color = clBlack
  621.     Font.Height = -11
  622.     Font.Name = 'MS Sans Serif'
  623.     Font.Style = []
  624.     ParentFont = False
  625.     ReadOnly = True
  626.     TabOrder = 15
  627.     Visible = False
  628.   end
  629.   object P6: TEdit
  630.     Left = 440
  631.     Top = 376
  632.     Width = 145
  633.     Height = 21
  634.     TabStop = False
  635.     Color = clBtnFace
  636.     Font.Color = clBlack
  637.     Font.Height = -11
  638.     Font.Name = 'MS Sans Serif'
  639.     Font.Style = []
  640.     ParentFont = False
  641.     ReadOnly = True
  642.     TabOrder = 16
  643.     Visible = False
  644.   end
  645.   object EnableClassBtn: TButton
  646.     Left = 416
  647.     Top = 35
  648.     Width = 81
  649.     Height = 22
  650.     Caption = 'Enable Class'
  651.     Font.Color = clBlack
  652.     Font.Height = -11
  653.     Font.Name = 'MS Sans Serif'
  654.     Font.Style = []
  655.     ParentFont = False
  656.     TabOrder = 17
  657.     TabStop = False
  658.     OnClick = EnableClassBtnClick
  659.   end
  660.   object DisableClassBtn: TButton
  661.     Left = 504
  662.     Top = 35
  663.     Width = 81
  664.     Height = 22
  665.     Caption = 'Disable Class'
  666.     Font.Color = clBlack
  667.     Font.Height = -11
  668.     Font.Name = 'MS Sans Serif'
  669.     Font.Style = []
  670.     ParentFont = False
  671.     TabOrder = 18
  672.     TabStop = False
  673.     OnClick = DisableClassBtnClick
  674.   end
  675.   object TrigName: TComboBox
  676.     Left = 296
  677.     Top = 36
  678.     Width = 113
  679.     Height = 21
  680.     Font.Color = clBlack
  681.     Font.Height = -11
  682.     Font.Name = 'MS Sans Serif'
  683.     Font.Style = []
  684.     ItemHeight = 13
  685.     ParentFont = False
  686.     Sorted = True
  687.     TabOrder = 1
  688.     OnChange = TrigNameChange
  689.     OnExit = TrigNameExit
  690.   end
  691.   object TrigGrid: TDrawGrid
  692.     Left = 8
  693.     Top = 80
  694.     Width = 193
  695.     Height = 281
  696.     ColCount = 3
  697.     DefaultRowHeight = 15
  698.     DefaultDrawing = False
  699.     FixedCols = 0
  700.     RowCount = 20
  701.     Font.Color = clBlack
  702.     Font.Height = -11
  703.     Font.Name = 'MS Sans Serif'
  704.     Font.Style = []
  705.     Options = [goFixedVertLine, goFixedHorzLine, goRowSelect, goThumbTracking]
  706.     ParentFont = False
  707.     ScrollBars = ssVertical
  708.     TabOrder = 0
  709.     OnClick = TrigGridClick
  710.     OnDblClick = TrigGridDblClick
  711.     OnDrawCell = TrigGridDrawCell
  712.     OnMouseDown = TrigGridMouseDown
  713.     ColWidths = (
  714.       14
  715.       54
  716.       121)
  717.   end
  718.   object TrigList: TListBox
  719.     Left = 0
  720.     Top = 144
  721.     Width = 201
  722.     Height = 97
  723.     ItemHeight = 13
  724.     Sorted = True
  725.     TabOrder = 19
  726.     Visible = False
  727.   end
  728.   object NewBtn: TBitBtn
  729.     Left = 8
  730.     Top = 368
  731.     Width = 76
  732.     Height = 27
  733.     Caption = '&New'
  734.     Font.Color = clBlack
  735.     Font.Height = -11
  736.     Font.Name = 'MS Sans Serif'
  737.     Font.Style = []
  738.     ParentFont = False
  739.     TabOrder = 20
  740.     OnClick = NewBtnClick
  741.     Margin = 2
  742.     NumGlyphs = 2
  743.     Spacing = -1
  744.     IsControl = True
  745.   end
  746.   object Panel1: TPanel
  747.     Left = 296
  748.     Top = 168
  749.     Width = 289
  750.     Height = 25
  751.     BevelOuter = bvLowered
  752.     TabOrder = 21
  753.     object PatBtn: TRadioButton
  754.       Left = 8
  755.       Top = 4
  756.       Width = 65
  757.       Height = 17
  758.       Caption = 'Pattern'
  759.       Font.Color = clBlack
  760.       Font.Height = -11
  761.       Font.Name = 'MS Sans Serif'
  762.       Font.Style = []
  763.       ParentFont = False
  764.       TabOrder = 0
  765.       OnClick = PatBtnClick
  766.     end
  767.     object ExpBtn: TRadioButton
  768.       Left = 104
  769.       Top = 4
  770.       Width = 73
  771.       Height = 17
  772.       Caption = 'Expression'
  773.       Font.Color = clBlack
  774.       Font.Height = -11
  775.       Font.Name = 'MS Sans Serif'
  776.       Font.Style = []
  777.       ParentFont = False
  778.       TabOrder = 1
  779.       OnClick = PatBtnClick
  780.     end
  781.     object AlarmBtn: TRadioButton
  782.       Left = 208
  783.       Top = 4
  784.       Width = 57
  785.       Height = 17
  786.       Caption = 'Alarm'
  787.       Font.Color = clBlack
  788.       Font.Height = -11
  789.       Font.Name = 'MS Sans Serif'
  790.       Font.Style = []
  791.       ParentFont = False
  792.       TabOrder = 2
  793.       OnClick = PatBtnClick
  794.     end
  795.   end
  796.   object Panel2: TPanel
  797.     Left = 0
  798.     Top = 0
  799.     Width = 593
  800.     Height = 22
  801.     Align = alTop
  802.     BevelOuter = bvNone
  803.     Caption = 'Panel1'
  804.     TabOrder = 22
  805.     object Panel3: TPanel
  806.       Left = 0
  807.       Top = 0
  808.       Width = 23
  809.       Height = 22
  810.       Align = alLeft
  811.       BevelOuter = bvNone
  812.       TabOrder = 0
  813.       object TopBtn: TSpeedButton
  814.         Left = 0
  815.         Top = 0
  816.         Width = 22
  817.         Height = 22
  818.         Hint = 'Keep on top|'
  819.         AllowAllUp = True
  820.         GroupIndex = 1
  821.         NumGlyphs = 2
  822.         OnClick = TopBtnClick
  823.       end
  824.     end
  825.     object Panel4: TPanel
  826.       Left = 23
  827.       Top = 0
  828.       Width = 570
  829.       Height = 22
  830.       Align = alClient
  831.       TabOrder = 1
  832.       object WalkBtn: TPanel
  833.         Left = 338
  834.         Top = 1
  835.         Width = 88
  836.         Height = 20
  837.         Align = alLeft
  838.         Alignment = taLeftJustify
  839.         BevelOuter = bvNone
  840.         Caption = 'Speed&walking'
  841.         Font.Color = clBlack
  842.         Font.Height = -11
  843.         Font.Name = 'MS Sans Serif'
  844.         Font.Style = []
  845.         ParentFont = False
  846.         TabOrder = 0
  847.         OnClick = WalkBtnClick
  848.       end
  849.       object TrigBtn: TPanel
  850.         Left = 274
  851.         Top = 1
  852.         Width = 64
  853.         Height = 20
  854.         Align = alLeft
  855.         Alignment = taLeftJustify
  856.         BevelOuter = bvNone
  857.         Caption = '&Triggers'
  858.         Font.Color = clBlack
  859.         Font.Height = -11
  860.         Font.Name = 'MS Sans Serif'
  861.         Font.Style = []
  862.         ParentFont = False
  863.         TabOrder = 1
  864.         OnClick = TrigBtnClick
  865.       end
  866.       object ButBtn: TPanel
  867.         Left = 210
  868.         Top = 1
  869.         Width = 64
  870.         Height = 20
  871.         Align = alLeft
  872.         Alignment = taLeftJustify
  873.         BevelOuter = bvNone
  874.         Caption = '&Buttons'
  875.         Font.Color = clBlack
  876.         Font.Height = -11
  877.         Font.Name = 'MS Sans Serif'
  878.         Font.Style = []
  879.         ParentFont = False
  880.         TabOrder = 2
  881.         OnClick = ButBtnClick
  882.       end
  883.       object VarBtn: TPanel
  884.         Left = 82
  885.         Top = 1
  886.         Width = 64
  887.         Height = 20
  888.         Align = alLeft
  889.         Alignment = taLeftJustify
  890.         BevelOuter = bvNone
  891.         Caption = '&Variables'
  892.         Font.Color = clBlack
  893.         Font.Height = -11
  894.         Font.Name = 'MS Sans Serif'
  895.         Font.Style = []
  896.         ParentFont = False
  897.         TabOrder = 3
  898.         OnClick = VarBtnClick
  899.       end
  900.       object Panel7: TPanel
  901.         Left = 18
  902.         Top = 1
  903.         Width = 64
  904.         Height = 20
  905.         Align = alLeft
  906.         Alignment = taLeftJustify
  907.         BevelOuter = bvNone
  908.         Caption = '&Aliases'
  909.         Font.Color = clBlack
  910.         Font.Height = -11
  911.         Font.Name = 'MS Sans Serif'
  912.         Font.Style = []
  913.         ParentFont = False
  914.         TabOrder = 4
  915.         OnClick = AliasBtnClick
  916.       end
  917.       object Panel5: TPanel
  918.         Left = 1
  919.         Top = 1
  920.         Width = 17
  921.         Height = 20
  922.         Align = alLeft
  923.         BevelOuter = bvNone
  924.         TabOrder = 5
  925.       end
  926.       object Panel6: TPanel
  927.         Left = 146
  928.         Top = 1
  929.         Width = 64
  930.         Height = 20
  931.         Align = alLeft
  932.         Alignment = taLeftJustify
  933.         BevelOuter = bvNone
  934.         Caption = '&Macros'
  935.         Font.Color = clBlack
  936.         Font.Height = -11
  937.         Font.Name = 'MS Sans Serif'
  938.         Font.Style = []
  939.         ParentFont = False
  940.         TabOrder = 6
  941.         OnClick = MacroBtnClick
  942.       end
  943.     end
  944.   end
  945.   object CopyBtn: TBitBtn
  946.     Left = 88
  947.     Top = 368
  948.     Width = 76
  949.     Height = 27
  950.     Caption = '&Copy'
  951.     Font.Color = clBlack
  952.     Font.Height = -11
  953.     Font.Name = 'MS Sans Serif'
  954.     Font.Style = []
  955.     ParentFont = False
  956.     TabOrder = 23
  957.     OnClick = CopyBtnClick
  958.     Glyph.Data = {
  959.       56070000424D5607000000000000360400002800000028000000140000000100
  960.       0800000000002003000000000000000000000000000000000000000000000000
  961.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  962.       A600000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000000000000000
  965.       0000000000000000000000000000000000000000000000000000000000000000
  966.       0000000000000000000000000000000000000000000000000000000000000000
  967.       0000000000000000000000000000000000000000000000000000000000000000
  968.       0000000000000000000000000000000000000000000000000000000000000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000000000
  974.       0000000000000000000000000000000000000000000000000000000000000000
  975.       0000000000000000000000000000000000000000000000000000000000000000
  976.       0000000000000000000000000000000000000000000000000000000000000000
  977.       0000000000000000000000000000000000000000000000000000000000000000
  978.       0000000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       0000000000000000000000000000000000000000000000000000000000000000
  983.       0000000000000000000000000000000000000000000000000000000000000000
  984.       0000000000000000000000000000000000000000000000000000000000000000
  985.       0000000000000000000000000000000000000000000000000000000000000000
  986.       0000000000000000000000000000000000000000000000000000000000000000
  987.       0000000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000000000000000
  991.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  992.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  993.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  994.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  995.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  996.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  997.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  998.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  999.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  1000.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  1001.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  1002.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  1003.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  1004.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  1005.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  1006.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  1007.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  1008.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  1009.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  1010.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  1011.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  1012.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  1013.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  1014.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  1015.       0303030303030303030303030303030303030303030303030303030303030303
  1016.       0303030303030303030303030303030303030303030303030303030303030303
  1017.       0303030303030303030303030303030303030303030303030303}
  1018.     Margin = 2
  1019.     NumGlyphs = 2
  1020.     Spacing = -1
  1021.     IsControl = True
  1022.   end
  1023.   object DelBtn: TBitBtn
  1024.     Left = 168
  1025.     Top = 368
  1026.     Width = 27
  1027.     Height = 27
  1028.     Hint = 'Delete trigger|'
  1029.     TabOrder = 24
  1030.     OnClick = DelBtnClick
  1031.     NumGlyphs = 2
  1032.     Spacing = -1
  1033.     IsControl = True
  1034.   end
  1035.   object PopupMenu1: TPopupMenu
  1036.     Left = 216
  1037.     Top = 200
  1038.     object Enable1: TMenuItem
  1039.       Caption = 'Enable'
  1040.       ShortCut = 0
  1041.       OnClick = Enable1Click
  1042.     end
  1043.     object EnableClass1: TMenuItem
  1044.       Caption = 'Enable Class'
  1045.       ShortCut = 0
  1046.       OnClick = EnableClassBtnClick
  1047.     end
  1048.     object DisableClass1: TMenuItem
  1049.       Caption = 'Disable Class'
  1050.       ShortCut = 0
  1051.       OnClick = DisableClassBtnClick
  1052.     end
  1053.     object N1: TMenuItem
  1054.       Caption = '-'
  1055.       ShortCut = 0
  1056.     end
  1057.     object New1: TMenuItem
  1058.       Caption = 'New'
  1059.       ShortCut = 0
  1060.       OnClick = NewBtnClick
  1061.     end
  1062.     object Copy1: TMenuItem
  1063.       Caption = 'Copy'
  1064.       ShortCut = 0
  1065.       OnClick = CopyBtnClick
  1066.     end
  1067.     object Delete1: TMenuItem
  1068.       Caption = 'Delete'
  1069.       ShortCut = 0
  1070.       OnClick = DelBtnClick
  1071.     end
  1072.   end
  1073. end
  1074.